projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f54aca2
)
Fix the meson build
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 12 Aug 2017 23:06:00 +0000
(19:06 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 12 Aug 2017 23:06:00 +0000
(19:06 -0400)
gtk/meson.build
patch
|
blob
|
history
diff --git
a/gtk/meson.build
b/gtk/meson.build
index 393a5cd20b2ae6865de61a1af5505a409bbafc59..6bc4c3e411b185091b70465c3e8a08bf84d52bd1 100644
(file)
--- a/
gtk/meson.build
+++ b/
gtk/meson.build
@@
-141,6
+141,7
@@
gtk_public_sources = files([
'gtkdragsource.c',
'gtkdrawingarea.c',
'gtkeditable.c',
+ 'gtkemojichooser.c',
'gtkentry.c',
'gtkentrybuffer.c',
'gtkentrycompletion.c',
@@
-845,6
+846,7
@@
endif
gtk_settings_schemas = [
'org.gtk.Settings.FileChooser.gschema.xml',
'org.gtk.Settings.ColorChooser.gschema.xml',
+ 'org.gtk.Settings.EmojiChooser.gschema.xml',
'org.gtk.Settings.Debug.gschema.xml',
]
install_data(gtk_settings_schemas, install_dir: gtk_schemasdir)